-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow index & cluster default refresh interval setting value to be -1 #11411
Conversation
Compatibility status:Checks if related components are compatible with change e111d4f Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer.git] |
❕ Gradle check result for e0d6240: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11411 +/- ##
============================================
+ Coverage 71.42% 71.48% +0.06%
- Complexity 59978 60722 +744
============================================
Files 4985 5044 +59
Lines 282275 285704 +3429
Branches 40946 41374 +428
============================================
+ Hits 201603 204226 +2623
- Misses 63999 64568 +569
- Partials 16673 16910 +237 ☔ View full report in Codecov by Sentry. |
flaky test - #9191 |
Flaky test - #9891 |
Signed-off-by: Ashish Singh <[email protected]>
Signed-off-by: Ashish Singh <[email protected]>
❌ Gradle check result for af98af1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Ashish Singh <[email protected]>
❕ Gradle check result for e111d4f: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will prefer a more predictable value rather than disabling a mode meant to perform constant work in the system(segment creation and replication)
Can you elaborate more on this, @Bukhtawar? |
This PR is stalled because it has been open for 30 days with no activity. |
@astute-decipher : can you pick this one and rebase it ? |
❌ Gradle check result for e111d4f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@gbbafna let me do that for you. @astute-decipher might not have the access for it. |
Signed-off-by: Ashish Singh <[email protected]>
❕ Gradle check result for 566fbe0: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Flaky test - #13307 |
…#11411) Signed-off-by: Ashish Singh <[email protected]> (cherry picked from commit 42d46a9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#11411) (#13380) (cherry picked from commit 42d46a9) Signed-off-by: Ashish Singh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR fixes the bug that does not allow the index setting
index.refresh_interval
and cluster settingcluster.default.index.refresh_interval
to be set to -1. More details on #11410.Related Issues
Resolves #11410
Check List
Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.